Welcome![Sign In][Sign Up]
Location:
Search - asm os code

Search list

[assembly languagetestos

Description: TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文 -TestOS-with simple dos distention OS of GUI//resource code//ASM//English
Platform: | Size: 125689 | Author: wjli | Hits:

[OS Developbootf02

Description: John Fine的OS模型// 源代码// C & ASM// 英文 -John Fine s OS model//source code// C & ASM// english
Platform: | Size: 13446 | Author: wjli | Hits:

[Othermicro_os

Description: 微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n<10) 在 0.0.1的最后两个字节写入55h ,aah 3 启动 有几个可用命令 help cls quit exit reboot -micro operating system, the operating system would like to know the secret in this beginners can start. The list : a micro-os.img has compiled a good disk image. Two micro-order core os_kernel.bin binary code three micro-os_loader.boot start binary four micro-os_loader.asm micro-os_kernel.asm source usage : a compiler source 2 to loader.boot using tools into floppy 0 0 1 Sector kernel.bin into 0.0.2 - 0.0.n (4; 10) In the last two 0.0.1 byte write cycles, aah 3 launch several orders can help cls quit exit reboot
Platform: | Size: 9507 | Author: 京继鸿 | Hits:

[OS Developdrdossrc

Description: 一个dos操作系统DRDOS的源码- Dos operating system DRDOS source code
Platform: | Size: 1211392 | Author: 站长 | Hits:

[OS DevelopMyOS_ASM

Description: 一个朋友写的操作系统源码-a friend to write the operating system source code
Platform: | Size: 3156992 | Author: 高小燕 | Hits:

[Othermicro_os

Description: 微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n<10) 在 0.0.1的最后两个字节写入55h ,aah 3 启动 有几个可用命令 help cls quit exit reboot -micro operating system, the operating system would like to know the secret in this beginners can start. The list : a micro-os.img has compiled a good disk image. Two micro-order core os_kernel.bin binary code three micro-os_loader.boot start binary four micro-os_loader.asm micro-os_kernel.asm source usage : a compiler source 2 to loader.boot using tools into floppy 0 0 1 Sector kernel.bin into 0.0.2- 0.0.n (4; 10) In the last two 0.0.1 byte write cycles, aah 3 launch several orders can help cls quit exit reboot
Platform: | Size: 9216 | Author: 京继鸿 | Hits:

[assembly languagetestos

Description: TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文 -TestOS-with simple dos distention OS of GUI//resource code//ASM//English
Platform: | Size: 124928 | Author: wjli | Hits:

[OS Developbootf02

Description: John Fine的OS模型// 源代码// C & ASM// 英文 -John Fine s OS model//source code// C & ASM// english
Platform: | Size: 13312 | Author: wjli | Hits:

[Windows Develop引导程序的设计以及进程环境的建立

Description: 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱中插入软盘,执行WRBOOT.COM 3、OS.PCS 功能:操作系统的任务切换演示 源代码文件:PCS.ASM 编译方法 nasm pcs.asm -o os.pcs 使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。 -1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use Methods: OS.PCS copied to the boot sector of floppy disks for BOOTSECT.BIN, the settings from the floppy drive restart your computer, restart the computer, the computer starts to run after the success of a document to show OS.PCS task switching.
Platform: | Size: 10240 | Author: 黄小文 | Hits:

[TCP/IP stackucosW78E58YIZHI

Description: 这是我从别的网站下载的UC/OS移植到单片机上的源代码,相比较别的上传的,我的绝对好用,没有任何BUG-This is my downloaded from the website of the other UC/OS to the microcontroller source code compared to the other upload, I absolutely convenient, no BUG
Platform: | Size: 1690624 | Author: 刘力 | Hits:

[assembly languagemicro-os

Description: This a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.-This is a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.
Platform: | Size: 5120 | Author: Mostafa | Hits:

[Windows Developcuteos

Description: 一个模拟操作系统的软件,建成cuteos,还实现了编译,加载文件,执行,print等功能-A virtual OS that can used to compile the code end up with asm, load files and excute them and print some code,etc.
Platform: | Size: 24252416 | Author: 都柏林 | Hits:

CodeBus www.codebus.net